DELETE /Export/Cancel/

Cancels the export specified by the .
 

Request

Method Request URI
DELETE /API/Export/Cancel/?requestId=value&sessionId=value

URI Parameters

URI Parameter Description
requestId The ID of the request to cancel.
sessionId The ID of the session. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A System.Boolean whether the request was able to be canceled or not.